From 897cf634c33af4b067ebc2824c586d471dbe5490 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Jun 2010 19:46:13 -0400 Subject: [PATCH] Don't call update-po in make dist This is causing the bulk of the conflicts I have during distcheck, and is not really necessary. --- po-properties/Makefile.in.in | 2 +- po/Makefile.in.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in index 886b60aa08..c168dc22ca 100644 --- a/po-properties/Makefile.in.in +++ b/po-properties/Makefile.in.in @@ -184,7 +184,7 @@ maintainer-clean: distclean rm -f $(GMOFILES) distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir) -dist distdir: update-po $(DISTFILES) +dist distdir: $(DISTFILES) dists="$(DISTFILES)"; \ for file in $$dists; do \ ln $(srcdir)/$$file $(distdir) 2> /dev/null \ diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5e2944eed6..4e8ada3ff9 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -203,7 +203,7 @@ maintainer-clean: distclean rm -f $(GMOFILES) distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir) -dist distdir: update-po $(DISTFILES) +dist distdir: $(DISTFILES) dists="$(DISTFILES)"; \ for file in $$dists; do \ ln $(srcdir)/$$file $(distdir) 2> /dev/null \ -- 2.30.2